const golang.org/x/text/cases.inverseFoldBit
3 uses
golang.org/x/text/cases (current package)
context.go#L340: if ct != cLower || c.info&inverseFoldBit != 0 {
context.go#L363: if ct != cLower || c.info&inverseFoldBit != 0 {
trieval.go#L46: inverseFoldBit = 1 << 7
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)